home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / product.arc / BASELINE.DOC < prev    next >
Encoding:
Text File  |  1986-01-21  |  2.3 KB  |  84 lines

  1.                           "BASELINE"
  2.  
  3. This is the only documentation for BASELINE.  Please read it
  4. before you begin using BASELINE, or if you have problems with the
  5. routine.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. **INSTALLATION**
  12.  
  13. To install this macro for use with AutoCAD simply copy
  14. the contents of this diskette into the directory that your
  15. AutoCAD resides.
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. **LOADING**
  25.  
  26. To load this macro for use, get into an AutoCAD drawing and type:
  27.  
  28. (LOAD "BASELINE").  
  29.  
  30. If you aren't in the directory that contains AutoCAD when you try
  31. to load BASELINE, it will report that BASELINE is not found.  To
  32. load it from another directory, specify the path with two
  33. backslashes instead of one.  
  34.  
  35. Example:  You're in the directory \ACAD\DRAW.  To load BASELINE
  36. from the ACAD directory, type: 
  37.  
  38.  
  39. (LOAD "\\ACAD\\BASELINE").  
  40.  
  41.  
  42. It will respond with the prompt: Pick a point to base dimensions
  43. from:.  
  44.  
  45. Pick a point you wish all your horizontal and vertical baseline
  46. dimensions to be calculated from.  
  47.  
  48.  
  49. Next it will prompt:  Enter text height:.  
  50.  
  51.  
  52. Pick a text height to be used in your dimensions.  It will then
  53. return C:BASELINE, and is now ready to use.
  54.  
  55.  
  56.  
  57. **Using**
  58.  
  59. To use this macro, type: BASELINE.  
  60.  
  61. It will ask for the first point and then the second point.  The
  62. macro will determine whether the dimension is vertical or
  63. horizontal by checking to see if your points are more in a
  64. vertical manner or a horizontal manner.  The dimensions that are
  65. placed are in the units and the accuracy you've specified with
  66. the UNITS command. If you wish to respecify the origin at which
  67. your dimensions are based, type: BASEORG.
  68.  
  69.  
  70.  
  71. **Automatic**
  72.  
  73. If you have an ACAD.LSP file, you can add the BASELINE.LSP file
  74. to the end of ACAD.LSP.  BASELINE will automatically load each
  75. time you enter the drawing editor.  If you don't have an ACAD.LSP
  76. file, you can rename the BASELINE.LSP file to ACAD.LSP and get
  77. the same results.  
  78.  
  79. If you do either one of the above, the prompt for the base point
  80. for your dimensions may be asked before you are ready to specify
  81. it.  If so, input a random point and when you get ready to use
  82. BASELINE, type BASEORG to respecify an origin to dimension from.
  83.  
  84. End